Global Variables
The following global variables are available globally.
-
Key of the
AuthenticationCompletionStatusin the userInfo dictionary of thePredixAuthenticationCompletenotificationDeclaration
Swift
public let authenticationNotificationCompletionStatusKey = "completionStatus" -
If authentication fails, the resulting Error object will contain an element relating to the stage of the authentication process where the failure occured under this key.
Declaration
Swift
public let authenticationErrorFailureStageKey = "pmAuthenticationFailureStage" -
If authentication fails, the resulting Error object will contain an element relating to the validation type underway during the failure under this key.
Declaration
Swift
public let authenticationErrorValidationTypeKey = "pmAuthenticationValidationType"
View on GitHub
Global Variables Reference